JAMS Developer Guide
CanInduceIdle Property (JAMSNativeActivityGeneric<T>)


MVPSI.JAMS.Activities Namespace > JAMSNativeActivityGeneric<T> Class : CanInduceIdle Property
Allows the activity to induce idle.
Syntax
'Declaration
 
Protected Overrides ReadOnly Property CanInduceIdle As System.Boolean
'Usage
 
Dim instance As JAMSNativeActivityGeneric(Of T)
Dim value As System.Boolean
 
value = instance.CanInduceIdle
protected override System.bool CanInduceIdle {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JAMSNativeActivityGeneric<T> Class
JAMSNativeActivityGeneric<T> Members